home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / nkbvc11.zip / DEMO.MAK < prev    next >
Text File  |  1996-04-11  |  9KB  |  325 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Demo - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Demo - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Demo - Win32 Release" && "$(CFG)" != "Demo - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Demo.mak" CFG="Demo - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Demo - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "Demo - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. MTL=mktyplib.exe
  34. RSC=rc.exe
  35. CPP=cl.exe
  36.  
  37. !IF  "$(CFG)" == "Demo - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 6
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 6
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51.  
  52. ALL : "$(OUTDIR)\Demo.exe"
  53.  
  54. CLEAN : 
  55.     -@erase ".\Release\Demo.exe"
  56.     -@erase ".\Release\Demo.obj"
  57.     -@erase ".\Release\Demo.pch"
  58.     -@erase ".\Release\DemoDlg.obj"
  59.     -@erase ".\Release\StdAfx.obj"
  60.     -@erase ".\Release\Demo.res"
  61.     -@erase ".\Release\knob.obj"
  62.  
  63. "$(OUTDIR)" :
  64.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  65.  
  66. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  67. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  68. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  69.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Demo.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c 
  70. CPP_OBJS=.\Release/
  71. CPP_SBRS=
  72. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  73. # ADD MTL /nologo /D "NDEBUG" /win32
  74. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  75. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  76. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  77. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Demo.res" /d "NDEBUG" /d "_AFXDLL" 
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Demo.bsc" 
  82. BSC32_SBRS=
  83. LINK32=link.exe
  84. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  85. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  86. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
  87.  /pdb:"$(OUTDIR)/Demo.pdb" /machine:I386 /out:"$(OUTDIR)/Demo.exe" 
  88. LINK32_OBJS= \
  89.     ".\Release\Demo.obj" \
  90.     ".\Release\DemoDlg.obj" \
  91.     ".\Release\StdAfx.obj" \
  92.     ".\Release\knob.obj" \
  93.     ".\Release\Demo.res"
  94.  
  95. "$(OUTDIR)\Demo.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  96.     $(LINK32) @<<
  97.   $(LINK32_FLAGS) $(LINK32_OBJS)
  98. <<
  99.  
  100. !ELSEIF  "$(CFG)" == "Demo - Win32 Debug"
  101.  
  102. # PROP BASE Use_MFC 6
  103. # PROP BASE Use_Debug_Libraries 1
  104. # PROP BASE Output_Dir "Debug"
  105. # PROP BASE Intermediate_Dir "Debug"
  106. # PROP BASE Target_Dir ""
  107. # PROP Use_MFC 6
  108. # PROP Use_Debug_Libraries 1
  109. # PROP Output_Dir "Debug"
  110. # PROP Intermediate_Dir "Debug"
  111. # PROP Target_Dir ""
  112. OUTDIR=.\Debug
  113. INTDIR=.\Debug
  114.  
  115. ALL : "$(OUTDIR)\Demo.exe"
  116.  
  117. CLEAN : 
  118.     -@erase ".\Debug\Demo.exe"
  119.     -@erase ".\Debug\Demo.obj"
  120.     -@erase ".\Debug\Demo.pch"
  121.     -@erase ".\Debug\DemoDlg.obj"
  122.     -@erase ".\Debug\StdAfx.obj"
  123.     -@erase ".\Debug\Demo.res"
  124.     -@erase ".\Debug\knob.obj"
  125.     -@erase ".\Debug\Demo.ilk"
  126.     -@erase ".\Debug\Demo.pdb"
  127.     -@erase ".\Debug\vc40.pdb"
  128.     -@erase ".\Debug\vc40.idb"
  129.  
  130. "$(OUTDIR)" :
  131.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  132.  
  133. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  134. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  135. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  136.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Demo.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  137.  /Fd"$(INTDIR)/" /c 
  138. CPP_OBJS=.\Debug/
  139. CPP_SBRS=
  140. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  141. # ADD MTL /nologo /D "_DEBUG" /win32
  142. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  143. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  144. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  145. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Demo.res" /d "_DEBUG" /d "_AFXDLL" 
  146. BSC32=bscmake.exe
  147. # ADD BASE BSC32 /nologo
  148. # ADD BSC32 /nologo
  149. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Demo.bsc" 
  150. BSC32_SBRS=
  151. LINK32=link.exe
  152. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  153. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  154. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
  155.  /pdb:"$(OUTDIR)/Demo.pdb" /debug /machine:I386 /out:"$(OUTDIR)/Demo.exe" 
  156. LINK32_OBJS= \
  157.     ".\Debug\Demo.obj" \
  158.     ".\Debug\DemoDlg.obj" \
  159.     ".\Debug\StdAfx.obj" \
  160.     ".\Debug\knob.obj" \
  161.     ".\Debug\Demo.res"
  162.  
  163. "$(OUTDIR)\Demo.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  164.     $(LINK32) @<<
  165.   $(LINK32_FLAGS) $(LINK32_OBJS)
  166. <<
  167.  
  168. !ENDIF 
  169.  
  170. .c{$(CPP_OBJS)}.obj:
  171.    $(CPP) $(CPP_PROJ) $<  
  172.  
  173. .cpp{$(CPP_OBJS)}.obj:
  174.    $(CPP) $(CPP_PROJ) $<  
  175.  
  176. .cxx{$(CPP_OBJS)}.obj:
  177.    $(CPP) $(CPP_PROJ) $<  
  178.  
  179. .c{$(CPP_SBRS)}.sbr:
  180.    $(CPP) $(CPP_PROJ) $<  
  181.  
  182. .cpp{$(CPP_SBRS)}.sbr:
  183.    $(CPP) $(CPP_PROJ) $<  
  184.  
  185. .cxx{$(CPP_SBRS)}.sbr:
  186.    $(CPP) $(CPP_PROJ) $<  
  187.  
  188. ################################################################################
  189. # Begin Target
  190.  
  191. # Name "Demo - Win32 Release"
  192. # Name "Demo - Win32 Debug"
  193.  
  194. !IF  "$(CFG)" == "Demo - Win32 Release"
  195.  
  196. !ELSEIF  "$(CFG)" == "Demo - Win32 Debug"
  197.  
  198. !ENDIF 
  199.  
  200. ################################################################################
  201. # Begin Source File
  202.  
  203. SOURCE=.\Demo.cpp
  204. DEP_CPP_DEMO_=\
  205.     ".\StdAfx.h"\
  206.     ".\Demo.h"\
  207.     ".\DemoDlg.h"\
  208.     
  209.  
  210. "$(INTDIR)\Demo.obj" : $(SOURCE) $(DEP_CPP_DEMO_) "$(INTDIR)"\
  211.  "$(INTDIR)\Demo.pch"
  212.  
  213.  
  214. # End Source File
  215. ################################################################################
  216. # Begin Source File
  217.  
  218. SOURCE=.\DemoDlg.cpp
  219. DEP_CPP_DEMOD=\
  220.     ".\StdAfx.h"\
  221.     ".\Demo.h"\
  222.     ".\DemoDlg.h"\
  223.     ".\knob.h"\
  224.     
  225.  
  226. "$(INTDIR)\DemoDlg.obj" : $(SOURCE) $(DEP_CPP_DEMOD) "$(INTDIR)"\
  227.  "$(INTDIR)\Demo.pch"
  228.  
  229.  
  230. # End Source File
  231. ################################################################################
  232. # Begin Source File
  233.  
  234. SOURCE=.\StdAfx.cpp
  235. DEP_CPP_STDAF=\
  236.     ".\StdAfx.h"\
  237.     
  238.  
  239. !IF  "$(CFG)" == "Demo - Win32 Release"
  240.  
  241. # ADD CPP /Yc"stdafx.h"
  242.  
  243. BuildCmds= \
  244.     $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  245.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Demo.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c\
  246.  $(SOURCE) \
  247.     
  248.  
  249. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  250.    $(BuildCmds)
  251.  
  252. "$(INTDIR)\Demo.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  253.    $(BuildCmds)
  254.  
  255. !ELSEIF  "$(CFG)" == "Demo - Win32 Debug"
  256.  
  257. # ADD CPP /Yc"stdafx.h"
  258.  
  259. BuildCmds= \
  260.     $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  261.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Demo.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  262.  /Fd"$(INTDIR)/" /c $(SOURCE) \
  263.     
  264.  
  265. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  266.    $(BuildCmds)
  267.  
  268. "$(INTDIR)\Demo.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  269.    $(BuildCmds)
  270.  
  271. !ENDIF 
  272.  
  273. # End Source File
  274. ################################################################################
  275. # Begin Source File
  276.  
  277. SOURCE=.\Demo.rc
  278. DEP_RSC_DEMO_R=\
  279.     ".\res\Demo.ico"\
  280.     ".\res\Demo.rc2"\
  281.     
  282.  
  283. "$(INTDIR)\Demo.res" : $(SOURCE) $(DEP_RSC_DEMO_R) "$(INTDIR)"
  284.    $(RSC) $(RSC_PROJ) $(SOURCE)
  285.  
  286.  
  287. # End Source File
  288. ################################################################################
  289. # Begin Source File
  290.  
  291. SOURCE=.\knob.cpp
  292. DEP_CPP_KNOB_=\
  293.     ".\StdAfx.h"\
  294.     ".\knob.h"\
  295.     
  296.  
  297. "$(INTDIR)\knob.obj" : $(SOURCE) $(DEP_CPP_KNOB_) "$(INTDIR)"\
  298.  "$(INTDIR)\Demo.pch"
  299.  
  300.  
  301. # End Source File
  302. # End Target
  303. # End Project
  304. ################################################################################
  305. ################################################################################
  306. # Section OLE Controls
  307. #     {7BB4D420-4C40-11CF-94E5-0000C0571740}
  308. # End Section
  309. ################################################################################
  310. ################################################################################
  311. # Section Demo : {7BB4D421-4C40-11CF-94E5-0000C0571740}
  312. #     2:5:Class:CKnob
  313. #     2:10:HeaderFile:knob.h
  314. #     2:8:ImplFile:knob.cpp
  315. # End Section
  316. ################################################################################
  317. ################################################################################
  318. # Section Demo : {7BB4D420-4C40-11CF-94E5-0000C0571740}
  319. #     0:8:Knob.cpp:D:\ned\PRODUCTS\SOURCE\KNOB\ocx\DemoRelease\32-bit\Demo\Vc4\Temp\Knob.cpp
  320. #     0:6:Knob.h:D:\ned\PRODUCTS\SOURCE\KNOB\ocx\DemoRelease\32-bit\Demo\Vc4\Temp\Knob.h
  321. #     2:21:DefaultSinkHeaderFile:knob.h
  322. #     2:16:DefaultSinkClass:CKnob
  323. # End Section
  324. ################################################################################
  325.